home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Organization / E-Mail Address / background_3541.txt < prev    next >
Text File  |  1988-02-19  |  1KB  |  71 lines

  1. -- background: 3541 from stack: in
  2. -- bmap block id: 3659
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0007
  11. -- rect: left=55 top=88 right=285 bottom=459
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=429 top=56 right=89 bottom=470
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 6720 / 6720
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Return
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   if the optionKey is down then
  37.     answer "This button takes you back." with "OK"
  38.     pass mouseUp
  39.     exit mouseUp
  40.   end if
  41.   visual effect scroll left
  42.   pop card
  43. end mouseUp
  44.  
  45.  
  46.  
  47. -- part 3 (button)
  48. -- low flags: 00
  49. -- high flags: 0000
  50. -- rect: left=392 top=56 right=88 bottom=429
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 21847 / 21847
  53. -- text alignment: 1
  54. -- font id: 0
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: Home
  59. ----- HyperTalk script -----
  60. on mouseUp
  61.   if the optionKey is down then
  62.     answer "This button takes you to the Home stack." with "OK"
  63.     pass mouseUp
  64.     exit mouseUp
  65.   end if
  66.   visual effect zoom close
  67.   go home
  68. end mouseUp
  69.  
  70.  
  71.